home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 017 / wait.arc / WAIT.DOC < prev   
Encoding:
Text File  |  1985-10-29  |  469 b   |  11 lines

  1.         WAIT is only useful in batch files.  It takes about three
  2. seconds to count down from three before continuing.  Thus, it allows
  3. a user to interrupt a batch file (if, perhaps, an error occured at
  4. one stage in the batch processing), but will not require attention
  5. during unattended operation (unlike the standard DOS command PAUSE,
  6. which will wait forever for a keypress).
  7.  
  8.         Usage:     WAIT nn
  9.  
  10.         Where nn is the number of seconds to wait.
  11.